Skip to main content
POST
/
contacts
/
{contact_id}
/
enrich
/
contact_info
[BETA] Enrich contact (phone/email)
curl --request POST \
  --url https://api.getpg.ai/public-api/v1/contacts/{contact_id}/enrich/contact_info \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{}'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.getpg.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Your API key for authentication. Get your API key from the PG:AI dashboard under Settings > API Keys.

Path Parameters

contact_id
string
required

Contact UUID

Body

application/json

The body is of type object.

Response

Accepted

Response data